gtkdnd: Set the icon helper from the drag site onto the context
authorCarlos Garnacho <carlosg@gnome.org>
Sat, 28 Mar 2015 13:16:45 +0000 (14:16 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Sun, 29 Mar 2015 20:21:19 +0000 (22:21 +0200)
commita6cafa1edb536d4f59b33ece6090e33f54f41b1b
tree0860d7c78579e6ae4b19e4954448e5893ae61ec9
parente2fc198b9e9fd826e2d535a2896b3db11fe98e3a
gtkdnd: Set the icon helper from the drag site onto the context

If the icon happened to come from the drag site icon helper (ie. set through
gtk_drag_source_set_icon*), it would be referenced on the GtkDragInfo,
but not hooked into its context. This results on non visible drag windows,
until set_icon_helper() happened to be called on some path.
gtk/gtkdnd.c